You are here: Using Condition Tables and the Record Dictionary > Record Dictionary Rules > Base_FromDataDictToGVM

Base_FromDataDictToGVM

Use this rule to copy a Record Dictionary value into a global variable. Place this rule in the AFGJOB.JDT file.

Syntax

;Base_FromDataDictToGVM;; GVM(GlobalVariableName) DATA(DataDictVariableName);

Example

;Base_FromDataDictToGVM;;GVM(STATION1) DATA(OMR1);